home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_400
/
445_01
/
onetim11
/
tencode.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1994-07-02
|
324 b
|
11 lines
cls
rem Converting digits & punctuation in file to literals.
cvt %1
ren file.cvt plain.txt
rem creating CODE.KEY file used to encode.
fcr plain.txt
rem Encoding the file...
tcode e
rem ***The encoded file is named ENCR.XXX***
rem ***Remember to delete any plain text files with the ZDEL utility!